Add standard library headers.
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 17 Mar 1993 16:56:02 +0000 (16:56 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 17 Mar 1993 16:56:02 +0000 (16:56 +0000)
12 files changed:
lisp/emacs-lisp/levents.el
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lmenu.el
lisp/isearch.el
lisp/iso8859-1.el
lisp/mail/rmailsum.el
lisp/mail/vms-pmail.el
lisp/mhspool.el
lisp/mouse.el
lisp/novice.el
lisp/scroll-bar.el
lisp/vc-hooks.el

index 1a15e725e73cd2ef6d328e38780ca29ab51666c4..1c67ba946fb6f9525eec71e677739e5d60a26db1 100644 (file)
@@ -1,4 +1,5 @@
-;; Emulate the Lucid event data type and associated functions.
+;;; levents.el --- emulate the Lucid event data type and associated functions.
+
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -17,7 +18,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;;; Notes:
+;;; Commentary:
 
 ;; Things we cannot emulate in Lisp:
 ;; It is not possible to emulate current-mouse-event as a variable,
index ca4649846134b2dfc20f39cc3000bd54ecfd0b35..f56fefedf00add92f0b19cf65bb026f2c37fc0fd 100644 (file)
@@ -21,6 +21,8 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
+
 (defvar lisp-mode-syntax-table nil "")
 (defvar emacs-lisp-mode-syntax-table nil "")
 (defvar lisp-mode-abbrev-table nil "")
index 9b49c77ff768fd34a4a514ee6b4373f5365b3774..0e7e331acb96d32e45649b693817dcf37a53ea87 100644 (file)
@@ -1,4 +1,5 @@
-;;; Menubar support.
+;;; lmenu.el --- emulate Lucid's menubar support
+
 ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -17,6 +18,8 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
+
 \f
 ;; First, emulate the Lucid menubar support in GNU Emacs 19.
 
@@ -633,3 +636,4 @@ You can control the text of the menu items by redefining the function
 \f
 (provide 'menubar)
 
+;;; lmenu.el ends here
index 9fa37e25e09a5e4df4bb81d145431737d85858fc..9605dae20f47df75fea98225f171b921c07b7abf 100644 (file)
@@ -1,10 +1,10 @@
-;; isearch.el ---- incremental search minor mode.
+;;; isearch.el ---- incremental search minor mode.
 
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
 
-;; |$Date: 1993/03/07 20:17:27 $|$Revision: 1.23 $
+;; |$Date: 1993/03/17 15:58:09 $|$Revision: 1.24 $
 
 ;; This file is not yet part of GNU Emacs, but it is based almost
 ;; entirely on isearch.el which is part of GNU Emacs.
 ;;;====================================================================
 ;;; Change History
 
-;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.23 1993/03/07 20:17:27 rms Exp eric $
+;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.24 1993/03/17 15:58:09 eric Exp eric $
 ;;; $Log: isearch.el,v $
+; Revision 1.24  1993/03/17  15:58:09  eric
+; Add standard library headers.
+;
 ; Revision 1.23  1993/03/07  20:17:27  rms
 ; (isearch-other-meta-char): Call listify-key-sequence.
 ; (isearch-unread): Don't call it here.
index 4a3c9f9ce1c152b8800efc0e57bb587abeb5a14d..7cca9047704705018e482861c3a79a0367ac9214 100644 (file)
@@ -1,4 +1,4 @@
-;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
+;;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
 
 ;; Copyright (C) 1988 Free Software Foundation, Inc.
 
@@ -98,3 +98,5 @@
   (set-standard-case-table (list (car table))))
 
 (provide 'iso8859-1)
+
+;;; iso8859-1.el ends here
index 7888e9799a09793b252c9a6d5a1456b26ed71d52..31aefc63174cef3e8fe0e75e2aab966a4b0df26e 100644 (file)
@@ -1,4 +1,5 @@
-;; "RMAIL" mail reader for Emacs.  Make summary buffers.
+;; rmailsum.el --- make summary buffers for the mail reader
+
 ;; Copyright (C) 1985, 1993 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
 ;; Extended by Bob Weiner of Motorola
 ;;   Provided all commands from rmail-mode in rmail-summary-mode and made key
 ;;   bindings in both modes wholly compatible.
 
+;;; Code:
+
 ;; Entry points for making a summary buffer.
 
 ;; Regenerate the contents of the summary
index dd6c3b9c385bac8c2d0ab41cf94167a5b9061830..ab4d1d8c07bd32dc11a6e703299f5b9cf7efa73f 100644 (file)
@@ -1,4 +1,5 @@
-;;; vms-pmail.el -- use Emacs as the editor within VMS mail.
+;;; vms-pmail.el --- use Emacs as the editor within VMS mail.
+
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
 ;; Author: Roland B Roberts <roberts@nsrl31.nsrl.rochester.edu>
@@ -111,3 +112,4 @@ If neither file exists, fails quietly."
        (if (file-attributes "~/.signature")
            (insert-file-contents "~/.signature")))))
 
+;;; vms-pmail.el ends here
index 091c753d1af7158cf5f62666eea8368612030e1c..514fa6f88e928f7b2d045ea33e254d0fb0008b4b 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; This package enables you to read mail or articles in MH folders, or
 ;; articles saved by GNUS. In any case, the file names of mail or
@@ -35,7 +35,7 @@
 ;; no way to specify hierarchical directory now.) In this case, the
 ;; name of the NNTP server passed to GNUS must be `:Mail'.
 
-;; Code:
+;;; Code:
 
 (require 'nntp)
 
index 17083fc1d8fd25fee936cf3b10bb9716e004a3f0..aca35b309943d6fb6968b6cc6a6fbf513ab152e2 100644 (file)
@@ -21,6 +21,8 @@
 ;;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
+
 ;;; Utility functions.
 
 ;;; Indent track-mouse like progn.
index 95576d72b0766bcf2a1050a37b81a697632511f2..1590a1048610d72cfe76a907eaba2c1d5ca17b33 100644 (file)
@@ -21,7 +21,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Code:
+;;; Code:
 
 ;; This function is called (by autoloading)
 ;; to handle any disabled command.
index 7175902bbc6cc0c1813d263eb72980518f7967b0..653537c71406fb106f48ca5d4e855251554b639e 100644 (file)
@@ -1,4 +1,4 @@
-;;; scroll-bar.el -- window system-independent scroll bar support.
+;;; scroll-bar.el --- window system-independent scroll bar support.
 
 ;;; Copyright (C) 1993 Free Software Foundation, Inc.
 
index 89e66f48ca6634490633a6b6fd522c7f7ab3a7c1..dd38a058a37bb8dde8c8cc89568bb548e7706c88 100644 (file)
@@ -1,11 +1,11 @@
-;;; vc-hooks.el -- resident support for version-control
+;;; vc-hooks.el --- resident support for version-control
 
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Version: 5.2
 
-;;     $Id: vc-hooks.el,v 1.9 1993/03/16 20:21:05 eggert Exp eric $    
+;;     $Id: vc-hooks.el,v 1.10 1993/03/17 14:01:56 eric Exp eric $     
 
 ;; This file is part of GNU Emacs.